provider Projects DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/
@utdk/sentry /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/
Delete a Symbol Source from a Project
Delete a custom symbol source from a project.
organization_id_or_slug path required
The ID or slug of the organization the resource belongs to.
string
project_id_or_slug path required
The ID or slug of the project the resource belongs to.
string
id query required
The ID of the source to delete.
string

Try it

Authentication
Configure credentials for API Reference
deleteASymbolSourceFromAProject
DELETE/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/
Delete a custom symbol source from a project.

Parameters

required

The ID or slug of the organization the resource belongs to.

required

The ID or slug of the project the resource belongs to.

required

The ID of the source to delete.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.deleteASymbolSourceFromAProject()